11. JWT Internals
JWT Internals
ND035 C04 L01 A07 Solutions
SOLUTION:
When the user logs in successfullyTask Description:
First we need to add passwords to user accounts. To do this we need to add some things to our code to do hashing and password storage
Task Feedback:
Congratulations! Now that hashed and salted passwords are in use, we can continue to implement JWT.